home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacFormat 1994 October
/
macformat-005.iso
/
Shareware City
/
Developers
/
DropShell 2.0 sources Folder
/
DropShell.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
C/C++ Source or Header
|
1994-07-01
|
328 b
|
14 lines
|
[
TEXT/R*ch
]
#ifndef __DROPSHELL_H__
#define __DROPSHELL_H__
void Panic(void);
void InitToolbox(void);
Boolean InitGlobals(void);
void SetUpMenus(void);
void InstallSplashScreen(void);
void ShowAbout(void);
void DoMenu(long retVal);
void DoMouseDown(EventRecord *curEvent);
void DoKeyDown(EventRecord *curEvent);
#endif